Html Css Color HEX #BFD200 La Rioja

📋 copy color: '#BFD200'

red 191 ◦ green 210 ◦ blue 0

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

Shades of La Rioja #BFD200

Tints of La Rioja #BFD200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.63%
G = 52.37%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#BFD200 (or 0xBFD200) is known color: La Rioja. HEX triplet: BF, D2 and 00. RGB value is (191,210,0). Sum of RGB (Red+Green+Blue) = 191+210+0=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD200 is #402DFF. Grayscale: #B5B5B5. Windows color (decimal): -4206080 or 53951. OLE color: 53951.

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

Color convert

RGB 191 210 0 -
CMYK 0.09 0 1 0.18
HSL 65.43º 1% 0.41% -
HSV(B) 65.43º 1% 0.82% -
XYZ 44.53 57.17 8.69 -
YUV 180.38 26.21 135.58 -
System Red Green Blue C M Y K H S L
Decimal 191 210 0 0.09 0 1 0.18 65.43 1 0.41
Hex BF D2 0 9 0 64 12 41 64 29
Octal 277 322 0 11 0 144 22 101 144 51
Binary 10111111 11010010 0 1001 0 1100100 10010 1000001 1100100 101001

Color Harmonies of #BFD200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD200

Black with #BFD200

Text Example


Text Example

White with #BFD200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD200; }

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

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

background-color css

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

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

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

border-color css

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

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

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