Html Css Color HEX #BFD10C La Rioja

📋 copy color: '#BFD10C'

red 191 ◦ green 209 ◦ blue 12

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

Shades of La Rioja #BFD10C

Tints of La Rioja #BFD10C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.73%

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 46.36%
G = 50.73%
B = 2.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#BFD10C (or 0xBFD10C) is known color: La Rioja. HEX triplet: BF, D1 and 0C. RGB value is (191,209,12). Sum of RGB (Red+Green+Blue) = 191+209+12=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD10C is #402EF3. Grayscale: #B5B5B5. Windows color (decimal): -4206324 or 840127. OLE color: 840127.

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

Color convert

RGB 191 209 12 -
CMYK 0.09 0 0.94 0.18
HSL 65.48º 0.89% 0.43% -
HSV(B) 65.48º 0.94% 0.82% -
XYZ 44.35 56.7 8.96 -
YUV 181.16 32.54 135.02 -
System Red Green Blue C M Y K H S L
Decimal 191 209 12 0.09 0 0.94 0.18 65.48 0.89 0.43
Hex BF D1 C 9 0 5E 12 41 59 2B
Octal 277 321 14 11 0 136 22 101 131 53
Binary 10111111 11010001 1100 1001 0 1011110 10010 1000001 1011001 101011

Color Harmonies of #BFD10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD10C

Black with #BFD10C

Text Example


Text Example

White with #BFD10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD10C; }

 p { color: rgb(191,209,12); }

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

background-color css

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

 a { background-color: rgb(191,209,12); }

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

border-color css

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

 span { border-color: rgb(191,209,12); }

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