Html Css Color HEX #CBAE25 Galliano

📋 copy color: '#CBAE25'

red 203 ◦ green 174 ◦ blue 37

#CBAE25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CBAE25

Tints of Galliano #CBAE25

RGB

 RED value IS 203 (79.69% from 255) = 49.03%

 GREEN value IS 174 (68.36% from 255) = 42.03%

 BLUE value IS 37 (14.84% from 255) = 8.94%

R = 49.03%
G = 42.03%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBAE25 (or 0xCBAE25) is known color: Galliano. HEX triplet: CB, AE and 25. RGB value is (203,174,37). Sum of RGB (Red+Green+Blue) = 203+174+37=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE25 is #3451DA. Grayscale: #A7A7A7. Windows color (decimal): -3428827 or 2469579. OLE color: 2469579.

HSL color Cylindrical-coordinate representation of color #CBAE25: hue angle of 49.52º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBAE25 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 174 37 -
CMYK 0 0.14 0.82 0.20
HSL 49.52º 0.69% 0.47% -
HSV(B) 49.52º 0.82% 0.8% -
XYZ 40.1 43.1 7.96 -
YUV 167.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 203 174 37 0 0.14 0.82 0.20 49.52 0.69 0.47
Hex CB AE 25 0 E 52 14 32 45 2F
Octal 313 256 45 0 16 122 24 62 105 57
Binary 11001011 10101110 100101 0 1110 1010010 10100 110010 1000101 101111

Color Harmonies of #CBAE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE25

Black with #CBAE25

Text Example


Text Example

White with #CBAE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE25; }

 p { color: rgb(203,174,37); }

 H1.HeaderClassName
 {
   color: #CBAE25;
 }
 .AnyTagClassName
 {
   color: #CBAE25;
 }
</style>

background-color css

<style>
 a { background-color: #CBAE25; }

 a { background-color: rgb(203,174,37); }

 div.DivClassName
 {
   background-color: #CBAE25;
 }
 .BgClassName
 {
   background-color: #CBAE25;
 }
</style>

border-color css

<style>
 span { border-color: #CBAE25; }

 span { border-color: rgb(203,174,37); }

 td.TdClassName
 {
   border-color: #CBAE25;
 }
 .TagClassName
 {
   border-color: #CBAE25;
 }
</style>