Html Css Color HEX #CABB00 La Rioja

📋 copy color: '#CABB00'

red 202 ◦ green 187 ◦ blue 0

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

Shades of La Rioja #CABB00

Tints of La Rioja #CABB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.93%
G = 48.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CABB00 (or 0xCABB00) is known color: La Rioja. HEX triplet: CA, BB and 00. RGB value is (202,187,0). Sum of RGB (Red+Green+Blue) = 202+187+0=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB00 is #3544FF. Grayscale: #AAAAAA. Windows color (decimal): -3491072 or 48074. OLE color: 48074.

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

Color convert

RGB 202 187 0 -
CMYK 0 0.07 1 0.21
HSL 55.54º 1% 0.4% -
HSV(B) 55.54º 1% 0.79% -
XYZ 42.13 48.1 7.06 -
YUV 170.17 31.97 150.71 -
System Red Green Blue C M Y K H S L
Decimal 202 187 0 0 0.07 1 0.21 55.54 1 0.4
Hex CA BB 0 0 7 64 15 38 64 28
Octal 312 273 0 0 7 144 25 70 144 50
Binary 11001010 10111011 0 0 111 1100100 10101 111000 1100100 101000

Color Harmonies of #CABB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB00

Black with #CABB00

Text Example


Text Example

White with #CABB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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