Html Css Color HEX #CABB03 Bird Flower

📋 copy color: '#CABB03'

red 202 ◦ green 187 ◦ blue 3

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

Shades of Bird Flower #CABB03

Tints of Bird Flower #CABB03

RGB

 RED value IS 202 (79.3% from 255) = 51.53%

 GREEN value IS 187 (73.44% from 255) = 47.7%

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 51.53%
G = 47.7%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CABB03 (or 0xCABB03) is known color: Bird Flower. HEX triplet: CA, BB and 03. RGB value is (202,187,3). Sum of RGB (Red+Green+Blue) = 202+187+3=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB03 is #3544FC. Grayscale: #ABABAB. Windows color (decimal): -3491069 or 244682. OLE color: 244682.

HSL color Cylindrical-coordinate representation of color #CABB03: hue angle of 55.48º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CABB03 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 3 -
CMYK 0 0.07 0.99 0.21
HSL 55.48º 0.97% 0.4% -
HSV(B) 55.48º 0.99% 0.79% -
XYZ 42.14 48.1 7.15 -
YUV 170.51 33.47 150.46 -
System Red Green Blue C M Y K H S L
Decimal 202 187 3 0 0.07 0.99 0.21 55.48 0.97 0.4
Hex CA BB 3 0 7 63 15 37 61 28
Octal 312 273 3 0 7 143 25 67 141 50
Binary 11001010 10111011 11 0 111 1100011 10101 110111 1100001 101000

Color Harmonies of #CABB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB03

Black with #CABB03

Text Example


Text Example

White with #CABB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB03; }

 p { color: rgb(202,187,3); }

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

background-color css

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

 a { background-color: rgb(202,187,3); }

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

border-color css

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

 span { border-color: rgb(202,187,3); }

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