Html Css Color HEX #BFD204 La Rioja

📋 copy color: '#BFD204'

red 191 ◦ green 210 ◦ blue 4

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

Shades of La Rioja #BFD204

Tints of La Rioja #BFD204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 47.16%
G = 51.85%
B = 0.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#BFD204 (or 0xBFD204) is known color: La Rioja. HEX triplet: BF, D2 and 04. RGB value is (191,210,4). Sum of RGB (Red+Green+Blue) = 191+210+4=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD204 is #402DFB. Grayscale: #B5B5B5. Windows color (decimal): -4206076 or 316095. OLE color: 316095.

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

Color convert

RGB 191 210 4 -
CMYK 0.09 0 0.98 0.18
HSL 65.53º 0.96% 0.42% -
HSV(B) 65.53º 0.98% 0.82% -
XYZ 44.55 57.18 8.8 -
YUV 180.84 28.21 135.25 -
System Red Green Blue C M Y K H S L
Decimal 191 210 4 0.09 0 0.98 0.18 65.53 0.96 0.42
Hex BF D2 4 9 0 62 12 42 60 2A
Octal 277 322 4 11 0 142 22 102 140 52
Binary 10111111 11010010 100 1001 0 1100010 10010 1000010 1100000 101010

Color Harmonies of #BFD204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD204

Black with #BFD204

Text Example


Text Example

White with #BFD204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD204; }

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

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

background-color css

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

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

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

border-color css

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

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

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