Html Css Color HEX #CABE1B Bird Flower

📋 copy color: '#CABE1B'

red 202 ◦ green 190 ◦ blue 27

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

Shades of Bird Flower #CABE1B

Tints of Bird Flower #CABE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.44%

R = 48.21%
G = 45.35%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CABE1B (or 0xCABE1B) is known color: Bird Flower. HEX triplet: CA, BE and 1B. RGB value is (202,190,27). Sum of RGB (Red+Green+Blue) = 202+190+27=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE1B is #3541E4. Grayscale: #AFAFAF. Windows color (decimal): -3490277 or 1818314. OLE color: 1818314.

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

Color convert

RGB 202 190 27 -
CMYK 0 0.06 0.87 0.21
HSL 55.89º 0.76% 0.45% -
HSV(B) 55.89º 0.87% 0.79% -
XYZ 42.97 49.46 8.32 -
YUV 175.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 202 190 27 0 0.06 0.87 0.21 55.89 0.76 0.45
Hex CA BE 1B 0 6 57 15 38 4C 2D
Octal 312 276 33 0 6 127 25 70 114 55
Binary 11001010 10111110 11011 0 110 1010111 10101 111000 1001100 101101

Color Harmonies of #CABE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABE1B

Black with #CABE1B

Text Example


Text Example

White with #CABE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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