Html Css Color HEX #CBC500 La Rioja

📋 copy color: '#CBC500'

red 203 ◦ green 197 ◦ blue 0

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

Shades of La Rioja #CBC500

Tints of La Rioja #CBC500

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.25%

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

R = 50.75%
G = 49.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CBC500 (or 0xCBC500) is known color: La Rioja. HEX triplet: CB, C5 and 00. RGB value is (203,197,0). Sum of RGB (Red+Green+Blue) = 203+197+0=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC500 is #343AFF. Grayscale: #B1B1B1. Windows color (decimal): -3422976 or 50635. OLE color: 50635.

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

Color convert

RGB 203 197 0 -
CMYK 0 0.03 1 0.20
HSL 58.23º 1% 0.4% -
HSV(B) 58.23º 1% 0.8% -
XYZ 44.59 52.63 7.81 -
YUV 176.34 28.49 147.02 -
System Red Green Blue C M Y K H S L
Decimal 203 197 0 0 0.03 1 0.20 58.23 1 0.4
Hex CB C5 0 0 3 64 14 3A 64 28
Octal 313 305 0 0 3 144 24 72 144 50
Binary 11001011 11000101 0 0 11 1100100 10100 111010 1100100 101000

Color Harmonies of #CBC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC500

Black with #CBC500

Text Example


Text Example

White with #CBC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC500; }

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

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

background-color css

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

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

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

border-color css

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

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

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