Html Css Color HEX #C2BD04 La Rioja

📋 copy color: '#C2BD04'

red 194 ◦ green 189 ◦ blue 4

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

Shades of La Rioja #C2BD04

Tints of La Rioja #C2BD04

RGB

 RED value IS 194 (76.17% from 255) = 50.13%

 GREEN value IS 189 (74.22% from 255) = 48.84%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 50.13%
G = 48.84%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C2BD04 (or 0xC2BD04) is known color: La Rioja. HEX triplet: C2, BD and 04. RGB value is (194,189,4). Sum of RGB (Red+Green+Blue) = 194+189+4=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BD04 is #3D42FB. Grayscale: #AAAAAA. Windows color (decimal): -4014844 or 310722. OLE color: 310722.

HSL color Cylindrical-coordinate representation of color #C2BD04: hue angle of 58.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2BD04 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 4 -
CMYK 0 0.03 0.98 0.24
HSL 58.42º 0.96% 0.39% -
HSV(B) 58.42º 0.98% 0.76% -
XYZ 40.47 47.87 7.22 -
YUV 169.41 34.66 145.54 -
System Red Green Blue C M Y K H S L
Decimal 194 189 4 0 0.03 0.98 0.24 58.42 0.96 0.39
Hex C2 BD 4 0 3 62 18 3A 60 27
Octal 302 275 4 0 3 142 30 72 140 47
Binary 11000010 10111101 100 0 11 1100010 11000 111010 1100000 100111

Color Harmonies of #C2BD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD04

Black with #C2BD04

Text Example


Text Example

White with #C2BD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD04; }

 p { color: rgb(194,189,4); }

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

background-color css

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

 a { background-color: rgb(194,189,4); }

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

border-color css

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

 span { border-color: rgb(194,189,4); }

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