Html Css Color HEX #CBCA30 Wattle

📋 copy color: '#CBCA30'

red 203 ◦ green 202 ◦ blue 48

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

Shades of Wattle #CBCA30

Tints of Wattle #CBCA30

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.59%

 BLUE value IS 48 (19.14% from 255) = 10.6%

R = 44.81%
G = 44.59%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBCA30 (or 0xCBCA30) is known color: Wattle. HEX triplet: CB, CA and 30. RGB value is (203,202,48). Sum of RGB (Red+Green+Blue) = 203+202+48=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCA30 is #3435CF. Grayscale: #B9B9B9. Windows color (decimal): -3421648 or 3197643. OLE color: 3197643.

HSL color Cylindrical-coordinate representation of color #CBCA30: hue angle of 59.61º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBCA30 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 202 48 -
CMYK 0 0.00 0.76 0.20
HSL 59.61º 0.62% 0.49% -
HSV(B) 59.61º 0.76% 0.8% -
XYZ 46.28 55.15 11 -
YUV 184.74 50.83 141.02 -
System Red Green Blue C M Y K H S L
Decimal 203 202 48 0 0.00 0.76 0.20 59.61 0.62 0.49
Hex CB CA 30 0 0 4C 14 3C 3E 31
Octal 313 312 60 0 0 114 24 74 76 61
Binary 11001011 11001010 110000 0 0 1001100 10100 111100 111110 110001

Color Harmonies of #CBCA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCA30

Black with #CBCA30

Text Example


Text Example

White with #CBCA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCA30; }

 p { color: rgb(203,202,48); }

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

background-color css

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

 a { background-color: rgb(203,202,48); }

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

border-color css

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

 span { border-color: rgb(203,202,48); }

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