Html Css Color HEX #CABE1D Bird Flower

📋 copy color: '#CABE1D'

red 202 ◦ green 190 ◦ blue 29

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

Shades of Bird Flower #CABE1D

Tints of Bird Flower #CABE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.89%

R = 47.98%
G = 45.13%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CABE1D (or 0xCABE1D) is known color: Bird Flower. HEX triplet: CA, BE and 1D. RGB value is (202,190,29). Sum of RGB (Red+Green+Blue) = 202+190+29=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE1D is #3541E2. Grayscale: #AFAFAF. Windows color (decimal): -3490275 or 1949386. OLE color: 1949386.

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

Color convert

RGB 202 190 29 -
CMYK 0 0.06 0.86 0.21
HSL 55.84º 0.75% 0.45% -
HSV(B) 55.84º 0.86% 0.79% -
XYZ 42.99 49.47 8.45 -
YUV 175.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 202 190 29 0 0.06 0.86 0.21 55.84 0.75 0.45
Hex CA BE 1D 0 6 56 15 38 4B 2D
Octal 312 276 35 0 6 126 25 70 113 55
Binary 11001010 10111110 11101 0 110 1010110 10101 111000 1001011 101101

Color Harmonies of #CABE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABE1D

Black with #CABE1D

Text Example


Text Example

White with #CABE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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