Html Css Color HEX #CBAD00 Bird Flower

📋 copy color: '#CBAD00'

red 203 ◦ green 173 ◦ blue 0

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

Shades of Bird Flower #CBAD00

Tints of Bird Flower #CBAD00

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.99%
G = 46.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CBAD00 (or 0xCBAD00) is known color: Bird Flower. HEX triplet: CB, AD and 00. RGB value is (203,173,0). Sum of RGB (Red+Green+Blue) = 203+173+0=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAD00 is #3452FF. Grayscale: #A2A2A2. Windows color (decimal): -3429120 or 44491. OLE color: 44491.

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

Color convert

RGB 203 173 0 -
CMYK 0 0.15 1 0.20
HSL 51.13º 1% 0.4% -
HSV(B) 51.13º 1% 0.8% -
XYZ 39.57 42.58 6.13 -
YUV 162.25 36.44 157.07 -
System Red Green Blue C M Y K H S L
Decimal 203 173 0 0 0.15 1 0.20 51.13 1 0.4
Hex CB AD 0 0 F 64 14 33 64 28
Octal 313 255 0 0 17 144 24 63 144 50
Binary 11001011 10101101 0 0 1111 1100100 10100 110011 1100100 101000

Color Harmonies of #CBAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD00

Black with #CBAD00

Text Example


Text Example

White with #CBAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD00; }

 p { color: rgb(203,173,0); }

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

background-color css

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

 a { background-color: rgb(203,173,0); }

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

border-color css

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

 span { border-color: rgb(203,173,0); }

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