Html Css Color HEX #CBC64C Wattle

📋 copy color: '#CBC64C'

red 203 ◦ green 198 ◦ blue 76

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

Shades of Wattle #CBC64C

Tints of Wattle #CBC64C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.51%

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

R = 42.56%
G = 41.51%
B = 15.93%

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

#CBC64C (or 0xCBC64C) is known color: Wattle. HEX triplet: CB, C6 and 4C. RGB value is (203,198,76). Sum of RGB (Red+Green+Blue) = 203+198+76=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC64C is #3439B3. Grayscale: #BABABA. Windows color (decimal): -3422644 or 5031627. OLE color: 5031627.

HSL color Cylindrical-coordinate representation of color #CBC64C: hue angle of 57.64º 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 #CBC64C is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 198 76 -
CMYK 0 0.02 0.63 0.20
HSL 57.64º 0.55% 0.55% -
HSV(B) 57.64º 0.63% 0.8% -
XYZ 46.13 53.61 14.75 -
YUV 185.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 203 198 76 0 0.02 0.63 0.20 57.64 0.55 0.55
Hex CB C6 4C 0 2 3F 14 3A 37 37
Octal 313 306 114 0 2 77 24 72 67 67
Binary 11001011 11000110 1001100 0 10 111111 10100 111010 110111 110111

Color Harmonies of #CBC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC64C

Black with #CBC64C

Text Example


Text Example

White with #CBC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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