Html Css Color HEX #BFC802 La Rioja

📋 copy color: '#BFC802'

red 191 ◦ green 200 ◦ blue 2

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

Shades of La Rioja #BFC802

Tints of La Rioja #BFC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.89%

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

R = 48.6%
G = 50.89%
B = 0.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#BFC802 (or 0xBFC802) is known color: La Rioja. HEX triplet: BF, C8 and 02. RGB value is (191,200,2). Sum of RGB (Red+Green+Blue) = 191+200+2=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC802 is #4037FD. Grayscale: #AFAFAF. Windows color (decimal): -4208638 or 182463. OLE color: 182463.

HSL color Cylindrical-coordinate representation of color #BFC802: hue angle of 62.73º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFC802 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 200 2 -
CMYK 0.04 0 0.99 0.22
HSL 62.73º 0.98% 0.4% -
HSV(B) 62.73º 0.99% 0.78% -
XYZ 42.15 52.39 7.95 -
YUV 174.74 30.52 139.6 -
System Red Green Blue C M Y K H S L
Decimal 191 200 2 0.04 0 0.99 0.22 62.73 0.98 0.4
Hex BF C8 2 4 0 63 16 3F 62 28
Octal 277 310 2 4 0 143 26 77 142 50
Binary 10111111 11001000 10 100 0 1100011 10110 111111 1100010 101000

Color Harmonies of #BFC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC802

Black with #BFC802

Text Example


Text Example

White with #BFC802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC802; }

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

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

background-color css

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

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

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

border-color css

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

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

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