Html Css Color HEX #CBAE01 Bird Flower

📋 copy color: '#CBAE01'

red 203 ◦ green 174 ◦ blue 1

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

Shades of Bird Flower #CBAE01

Tints of Bird Flower #CBAE01

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.03%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 53.7%
G = 46.03%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CBAE01 (or 0xCBAE01) is known color: Bird Flower. HEX triplet: CB, AE and 01. RGB value is (203,174,1). Sum of RGB (Red+Green+Blue) = 203+174+1=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAE01 is #3451FE. Grayscale: #A3A3A3. Windows color (decimal): -3428863 or 110283. OLE color: 110283.

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

Color convert

RGB 203 174 1 -
CMYK 0 0.14 1.00 0.20
HSL 51.39º 0.99% 0.4% -
HSV(B) 51.39º 1% 0.8% -
XYZ 39.77 42.97 6.23 -
YUV 162.95 36.61 156.57 -
System Red Green Blue C M Y K H S L
Decimal 203 174 1 0 0.14 1.00 0.20 51.39 0.99 0.4
Hex CB AE 1 0 E 64 14 33 63 28
Octal 313 256 1 0 16 144 24 63 143 50
Binary 11001011 10101110 1 0 1110 1100100 10100 110011 1100011 101000

Color Harmonies of #CBAE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE01

Black with #CBAE01

Text Example


Text Example

White with #CBAE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE01; }

 p { color: rgb(203,174,1); }

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

background-color css

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

 a { background-color: rgb(203,174,1); }

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

border-color css

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

 span { border-color: rgb(203,174,1); }

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