Html Css Color HEX #CBC74C Wattle

📋 copy color: '#CBC74C'

red 203 ◦ green 199 ◦ blue 76

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

Shades of Wattle #CBC74C

Tints of Wattle #CBC74C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.63%

 BLUE value IS 76 (30.08% from 255) = 15.9%

R = 42.47%
G = 41.63%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CBC74C (or 0xCBC74C) is known color: Wattle. HEX triplet: CB, C7 and 4C. RGB value is (203,199,76). Sum of RGB (Red+Green+Blue) = 203+199+76=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC74C is #3438B3. Grayscale: #BABABA. Windows color (decimal): -3422388 or 5031883. OLE color: 5031883.

HSL color Cylindrical-coordinate representation of color #CBC74C: hue angle of 58.11º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBC74C is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 76 -
CMYK 0 0.02 0.63 0.20
HSL 58.11º 0.55% 0.55% -
HSV(B) 58.11º 0.63% 0.8% -
XYZ 46.36 54.07 14.83 -
YUV 186.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 203 199 76 0 0.02 0.63 0.20 58.11 0.55 0.55
Hex CB C7 4C 0 2 3F 14 3A 37 37
Octal 313 307 114 0 2 77 24 72 67 67
Binary 11001011 11000111 1001100 0 10 111111 10100 111010 110111 110111

Color Harmonies of #CBC74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC74C

Black with #CBC74C

Text Example


Text Example

White with #CBC74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC74C; }

 p { color: rgb(203,199,76); }

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

background-color css

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

 a { background-color: rgb(203,199,76); }

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

border-color css

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

 span { border-color: rgb(203,199,76); }

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