#CBCC03

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

Shades of La Rioja #CBCC03

Tints of La Rioja #CBCC03

Color information

#CBCC03 (or 0xCBCC03) is unknown color: approx La Rioja. HEX triplet: CB, CC and 03. RGB value is (203,204,3). Sum of RGB (Red+Green+Blue) = 203+204+3=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCC03 is #3433FC. Grayscale: #B5B5B5. Windows color (decimal): -3421181 or 249035. OLE color: 249035.

HSL color Cylindrical-coordinate representation of color #CBCC03: hue angle of 60.3º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBCC03 is Cyan = 0.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB2032043-
CMYK0.0000.990.2
HSL60.3º97.1%40.59%-
HSV(B)60.3º98.53%80%-
XYZ46.2455.898.44-
YUV180.7927.67143.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 204 (80.08% from 255) = 49.76%
BLUE value IS 3 (1.56% from 255) = 0.73%
R=49.51%
G=49.76%
B=0.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20320430.0000.990.260.397.140.59
HexCBCC30063143c6129
Octal313314300143247414151
Binary110010111100110011001100011101001111001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC03; }

 p { color: rgb(203,204,3); }

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

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

 a { background-color: rgb(203,204,3); }

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

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

 span { border-color: rgb(203,204,3); }

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