Html Css Color HEX #C2BF02 La Rioja

📋 copy color: '#C2BF02'

red 194 ◦ green 191 ◦ blue 2

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

Shades of La Rioja #C2BF02

Tints of La Rioja #C2BF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 50.13%
G = 49.35%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2BF02 (or 0xC2BF02) is known color: La Rioja. HEX triplet: C2, BF and 02. RGB value is (194,191,2). Sum of RGB (Red+Green+Blue) = 194+191+2=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BF02 is #3D40FD. Grayscale: #ABABAB. Windows color (decimal): -4014334 or 180162. OLE color: 180162.

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

Color convert

RGB 194 191 2 -
CMYK 0 0.02 0.99 0.24
HSL 59.06º 0.98% 0.38% -
HSV(B) 59.06º 0.99% 0.76% -
XYZ 40.89 48.74 7.31 -
YUV 170.35 32.99 144.87 -
System Red Green Blue C M Y K H S L
Decimal 194 191 2 0 0.02 0.99 0.24 59.06 0.98 0.38
Hex C2 BF 2 0 2 63 18 3B 62 26
Octal 302 277 2 0 2 143 30 73 142 46
Binary 11000010 10111111 10 0 10 1100011 11000 111011 1100010 100110

Color Harmonies of #C2BF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF02

Black with #C2BF02

Text Example


Text Example

White with #C2BF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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