Html Css Color HEX #C2BE03 La Rioja

📋 copy color: '#C2BE03'

red 194 ◦ green 190 ◦ blue 3

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

Shades of La Rioja #C2BE03

Tints of La Rioja #C2BE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 50.13%
G = 49.1%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C2BE03 (or 0xC2BE03) is known color: La Rioja. HEX triplet: C2, BE and 03. RGB value is (194,190,3). Sum of RGB (Red+Green+Blue) = 194+190+3=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE03 is #3D41FC. Grayscale: #AAAAAA. Windows color (decimal): -4014589 or 245442. OLE color: 245442.

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

Color convert

RGB 194 190 3 -
CMYK 0 0.02 0.98 0.24
HSL 58.74º 0.97% 0.39% -
HSV(B) 58.74º 0.98% 0.76% -
XYZ 40.68 48.3 7.27 -
YUV 169.88 33.83 145.21 -
System Red Green Blue C M Y K H S L
Decimal 194 190 3 0 0.02 0.98 0.24 58.74 0.97 0.39
Hex C2 BE 3 0 2 62 18 3B 61 27
Octal 302 276 3 0 2 142 30 73 141 47
Binary 11000010 10111110 11 0 10 1100010 11000 111011 1100001 100111

Color Harmonies of #C2BE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE03

Black with #C2BE03

Text Example


Text Example

White with #C2BE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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