Html Css Color HEX #CABE0A Bird Flower

📋 copy color: '#CABE0A'

red 202 ◦ green 190 ◦ blue 10

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

Shades of Bird Flower #CABE0A

Tints of Bird Flower #CABE0A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.26%

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 50.25%
G = 47.26%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CABE0A (or 0xCABE0A) is known color: Bird Flower. HEX triplet: CA, BE and 0A. RGB value is (202,190,10). Sum of RGB (Red+Green+Blue) = 202+190+10=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABE0A is #3541F5. Grayscale: #ADADAD. Windows color (decimal): -3490294 or 704202. OLE color: 704202.

HSL color Cylindrical-coordinate representation of color #CABE0A: hue angle of 56.25º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CABE0A is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 190 10 -
CMYK 0 0.06 0.95 0.21
HSL 56.25º 0.91% 0.42% -
HSV(B) 56.25º 0.95% 0.79% -
XYZ 42.83 49.41 7.57 -
YUV 173.07 35.98 148.64 -
System Red Green Blue C M Y K H S L
Decimal 202 190 10 0 0.06 0.95 0.21 56.25 0.91 0.42
Hex CA BE A 0 6 5F 15 38 5B 2A
Octal 312 276 12 0 6 137 25 70 133 52
Binary 11001010 10111110 1010 0 110 1011111 10101 111000 1011011 101010

Color Harmonies of #CABE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABE0A

Black with #CABE0A

Text Example


Text Example

White with #CABE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABE0A; }

 p { color: rgb(202,190,10); }

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

background-color css

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

 a { background-color: rgb(202,190,10); }

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

border-color css

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

 span { border-color: rgb(202,190,10); }

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