Html Css Color HEX #C2BE07 La Rioja

📋 copy color: '#C2BE07'

red 194 ◦ green 190 ◦ blue 7

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

Shades of La Rioja #C2BE07

Tints of La Rioja #C2BE07

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.59%

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

R = 49.62%
G = 48.59%
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

#C2BE07 (or 0xC2BE07) is known color: La Rioja. HEX triplet: C2, BE and 07. RGB value is (194,190,7). Sum of RGB (Red+Green+Blue) = 194+190+7=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE07 is #3D41F8. Grayscale: #ABABAB. Windows color (decimal): -4014585 or 507586. OLE color: 507586.

HSL color Cylindrical-coordinate representation of color #C2BE07: hue angle of 58.72º 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 #C2BE07 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 190 7 -
CMYK 0 0.02 0.96 0.24
HSL 58.72º 0.93% 0.39% -
HSV(B) 58.72º 0.96% 0.76% -
XYZ 40.7 48.31 7.38 -
YUV 170.33 35.83 144.88 -
System Red Green Blue C M Y K H S L
Decimal 194 190 7 0 0.02 0.96 0.24 58.72 0.93 0.39
Hex C2 BE 7 0 2 60 18 3B 5D 27
Octal 302 276 7 0 2 140 30 73 135 47
Binary 11000010 10111110 111 0 10 1100000 11000 111011 1011101 100111

Color Harmonies of #C2BE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE07

Black with #C2BE07

Text Example


Text Example

White with #C2BE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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