#CABD02

Color #CABD02 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #CABD02

Tints of La Rioja #CABD02

Color information

#CABD02 (or 0xCABD02) is unknown color: approx La Rioja. HEX triplet: CA, BD and 02. RGB value is (202,189,2). Sum of RGB (Red+Green+Blue) = 202+189+2=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABD02 is #3542FD. Grayscale: #ACACAC. Windows color (decimal): -3490558 or 179658. OLE color: 179658.

HSL color Cylindrical-coordinate representation of color #CABD02: hue angle of 56.1º degrees, saturation: 0.98, 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 #CABD02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB2021892-
CMYK00.060.990.21
HSL56.1º98.04%40%-
HSV(B)56.1º99.01%79.22%-
XYZ42.5748.967.26-
YUV171.5732.31149.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 189 (74.22% from 255) = 48.09%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=51.40%
G=48.09%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202189200.060.990.2156.198.0440
HexCABD2066315386228
Octal312275206143257014250
Binary11001010101111011001101100011101011110001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD02; }

 p { color: rgb(202,189,2); }

 H1.HeaderClassName
 {
   color: #CABD02;
 }
 .AnyTagClassName
 {
   color: #CABD02;
 }
</style>
background-color css

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

 a { background-color: rgb(202,189,2); }

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

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

 span { border-color: rgb(202,189,2); }

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