Html Css Color HEX #CBC530 Wattle

📋 copy color: '#CBC530'

red 203 ◦ green 197 ◦ blue 48

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

Shades of Wattle #CBC530

Tints of Wattle #CBC530

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.97%

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

R = 45.31%
G = 43.97%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBC530 (or 0xCBC530) is known color: Wattle. HEX triplet: CB, C5 and 30. RGB value is (203,197,48). Sum of RGB (Red+Green+Blue) = 203+197+48=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC530 is #343ACF. Grayscale: #B6B6B6. Windows color (decimal): -3422928 or 3196363. OLE color: 3196363.

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

Color convert

RGB 203 197 48 -
CMYK 0 0.03 0.76 0.20
HSL 57.68º 0.62% 0.49% -
HSV(B) 57.68º 0.76% 0.8% -
XYZ 45.13 52.84 10.62 -
YUV 181.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 203 197 48 0 0.03 0.76 0.20 57.68 0.62 0.49
Hex CB C5 30 0 3 4C 14 3A 3E 31
Octal 313 305 60 0 3 114 24 72 76 61
Binary 11001011 11000101 110000 0 11 1001100 10100 111010 111110 110001

Color Harmonies of #CBC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC530

Black with #CBC530

Text Example


Text Example

White with #CBC530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC530; }

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

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

background-color css

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

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

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

border-color css

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

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

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