Html Css Color HEX #C2BF05 La Rioja

📋 copy color: '#C2BF05'

red 194 ◦ green 191 ◦ blue 5

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

Shades of La Rioja #C2BF05

Tints of La Rioja #C2BF05

RGB

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

 GREEN value IS 191 (75% from 255) = 48.97%

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

R = 49.74%
G = 48.97%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C2BF05 (or 0xC2BF05) is known color: La Rioja. HEX triplet: C2, BF and 05. RGB value is (194,191,5). Sum of RGB (Red+Green+Blue) = 194+191+5=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BF05 is #3D40FA. Grayscale: #ABABAB. Windows color (decimal): -4014331 or 376770. OLE color: 376770.

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

Color convert

RGB 194 191 5 -
CMYK 0 0.02 0.97 0.24
HSL 59.05º 0.95% 0.39% -
HSV(B) 59.05º 0.97% 0.76% -
XYZ 40.91 48.74 7.4 -
YUV 170.69 34.49 144.62 -
System Red Green Blue C M Y K H S L
Decimal 194 191 5 0 0.02 0.97 0.24 59.05 0.95 0.39
Hex C2 BF 5 0 2 61 18 3B 5F 27
Octal 302 277 5 0 2 141 30 73 137 47
Binary 11000010 10111111 101 0 10 1100001 11000 111011 1011111 100111

Color Harmonies of #C2BF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF05

Black with #C2BF05

Text Example


Text Example

White with #C2BF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF05; }

 p { color: rgb(194,191,5); }

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

background-color css

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

 a { background-color: rgb(194,191,5); }

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

border-color css

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

 span { border-color: rgb(194,191,5); }

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