Html Css Color HEX #BFD20A La Rioja

📋 copy color: '#BFD20A'

red 191 ◦ green 210 ◦ blue 10

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

Shades of La Rioja #BFD20A

Tints of La Rioja #BFD20A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.09%

 BLUE value IS 10 (4.3% from 255) = 2.43%

R = 46.47%
G = 51.09%
B = 2.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#BFD20A (or 0xBFD20A) is known color: La Rioja. HEX triplet: BF, D2 and 0A. RGB value is (191,210,10). Sum of RGB (Red+Green+Blue) = 191+210+10=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD20A is #402DF5. Grayscale: #B6B6B6. Windows color (decimal): -4206070 or 709311. OLE color: 709311.

HSL color Cylindrical-coordinate representation of color #BFD20A: hue angle of 65.7º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFD20A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 210 10 -
CMYK 0.09 0 0.95 0.18
HSL 65.7º 0.91% 0.43% -
HSV(B) 65.7º 0.95% 0.82% -
XYZ 44.59 57.19 8.98 -
YUV 181.52 31.21 134.76 -
System Red Green Blue C M Y K H S L
Decimal 191 210 10 0.09 0 0.95 0.18 65.7 0.91 0.43
Hex BF D2 A 9 0 5F 12 42 5B 2B
Octal 277 322 12 11 0 137 22 102 133 53
Binary 10111111 11010010 1010 1001 0 1011111 10010 1000010 1011011 101011

Color Harmonies of #BFD20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD20A

Black with #BFD20A

Text Example


Text Example

White with #BFD20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD20A; }

 p { color: rgb(191,210,10); }

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

background-color css

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

 a { background-color: rgb(191,210,10); }

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

border-color css

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

 span { border-color: rgb(191,210,10); }

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