#CBD900

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

Shades of La Rioja #CBD900

Tints of La Rioja #CBD900

Color information

#CBD900 (or 0xCBD900) is unknown color: approx La Rioja. HEX triplet: CB, D9 and 00. RGB value is (203,217,0). Sum of RGB (Red+Green+Blue) = 203+217+0=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD900 is #3426FF. Grayscale: #BCBCBC. Windows color (decimal): -3417856 or 55755. OLE color: 55755.

HSL color Cylindrical-coordinate representation of color #CBD900: hue angle of 63.87º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBD900 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB2032170-
CMYK0.06010.15
HSL63.87º100%42.55%-
HSV(B)63.87º100%85.1%-
XYZ49.4462.329.42-
YUV188.0821.86138.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 217 (85.16% from 255) = 51.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.33%
G=51.67%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal20321700.06010.1563.8710042.55
HexCBD906064F40642b
Octal3133310601441710014453
Binary1100101111011001011001100100111110000001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD900; }

 p { color: rgb(203,217,0); }

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

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

 a { background-color: rgb(203,217,0); }

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

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

 span { border-color: rgb(203,217,0); }

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