Html Css Color HEX #C2BF07 La Rioja

📋 copy color: '#C2BF07'

red 194 ◦ green 191 ◦ blue 7

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

Shades of La Rioja #C2BF07

Tints of La Rioja #C2BF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 49.49%
G = 48.72%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C2BF07 (or 0xC2BF07) is known color: La Rioja. HEX triplet: C2, BF and 07. RGB value is (194,191,7). Sum of RGB (Red+Green+Blue) = 194+191+7=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BF07 is #3D40F8. Grayscale: #ABABAB. Windows color (decimal): -4014329 or 507842. OLE color: 507842.

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

Color convert

RGB 194 191 7 -
CMYK 0 0.02 0.96 0.24
HSL 59.04º 0.93% 0.39% -
HSV(B) 59.04º 0.96% 0.76% -
XYZ 40.92 48.75 7.45 -
YUV 170.92 35.49 144.46 -
System Red Green Blue C M Y K H S L
Decimal 194 191 7 0 0.02 0.96 0.24 59.04 0.93 0.39
Hex C2 BF 7 0 2 60 18 3B 5D 27
Octal 302 277 7 0 2 140 30 73 135 47
Binary 11000010 10111111 111 0 10 1100000 11000 111011 1011101 100111

Color Harmonies of #C2BF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF07

Black with #C2BF07

Text Example


Text Example

White with #C2BF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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