Html Css Color HEX #CBCC05 La Rioja

📋 copy color: '#CBCC05'

red 203 ◦ green 204 ◦ blue 5

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

Shades of La Rioja #CBCC05

Tints of La Rioja #CBCC05

RGB

 RED value IS 203 (79.69% from 255) = 49.27%

 GREEN value IS 204 (80.08% from 255) = 49.51%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 49.27%
G = 49.51%
B = 1.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CBCC05 (or 0xCBCC05) is known color: La Rioja. HEX triplet: CB, CC and 05. RGB value is (203,204,5). Sum of RGB (Red+Green+Blue) = 203+204+5=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCC05 is #3433FA. Grayscale: #B5B5B5. Windows color (decimal): -3421179 or 380107. OLE color: 380107.

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

Color convert

RGB 203 204 5 -
CMYK 0.00 0 0.98 0.2
HSL 60.3º 0.95% 0.41% -
HSV(B) 60.3º 0.98% 0.8% -
XYZ 46.25 55.89 8.49 -
YUV 181.02 28.67 143.68 -
System Red Green Blue C M Y K H S L
Decimal 203 204 5 0.00 0 0.98 0.2 60.3 0.95 0.41
Hex CB CC 5 0 0 62 14 3C 5F 29
Octal 313 314 5 0 0 142 24 74 137 51
Binary 11001011 11001100 101 0 0 1100010 10100 111100 1011111 101001

Color Harmonies of #CBCC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCC05

Black with #CBCC05

Text Example


Text Example

White with #CBCC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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