Html Css Color HEX #BFC202 La Rioja

📋 copy color: '#BFC202'

red 191 ◦ green 194 ◦ blue 2

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

Shades of La Rioja #BFC202

Tints of La Rioja #BFC202

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

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

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

Color convert

RGB 191 194 2 -
CMYK 0.02 0 0.99 0.24
HSL 60.94º 0.98% 0.38% -
HSV(B) 60.94º 0.99% 0.76% -
XYZ 40.79 49.66 7.49 -
YUV 171.22 32.51 142.11 -
System Red Green Blue C M Y K H S L
Decimal 191 194 2 0.02 0 0.99 0.24 60.94 0.98 0.38
Hex BF C2 2 2 0 63 18 3D 62 26
Octal 277 302 2 2 0 143 30 75 142 46
Binary 10111111 11000010 10 10 0 1100011 11000 111101 1100010 100110

Color Harmonies of #BFC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC202

Black with #BFC202

Text Example


Text Example

White with #BFC202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC202; }

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

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

background-color css

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

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

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

border-color css

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

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

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