Html Css Color HEX #BFD004 La Rioja

📋 copy color: '#BFD004'

red 191 ◦ green 208 ◦ blue 4

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

Shades of La Rioja #BFD004

Tints of La Rioja #BFD004

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.61%

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

R = 47.39%
G = 51.61%
B = 0.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#BFD004 (or 0xBFD004) is known color: La Rioja. HEX triplet: BF, D0 and 04. RGB value is (191,208,4). Sum of RGB (Red+Green+Blue) = 191+208+4=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD004 is #402FFB. Grayscale: #B4B4B4. Windows color (decimal): -4206588 or 315583. OLE color: 315583.

HSL color Cylindrical-coordinate representation of color #BFD004: hue angle of 65º 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 #BFD004 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 4 -
CMYK 0.08 0 0.98 0.18
HSL 65º 0.96% 0.42% -
HSV(B) 65º 0.98% 0.82% -
XYZ 44.06 56.2 8.64 -
YUV 179.66 28.87 136.09 -
System Red Green Blue C M Y K H S L
Decimal 191 208 4 0.08 0 0.98 0.18 65 0.96 0.42
Hex BF D0 4 8 0 62 12 41 60 2A
Octal 277 320 4 10 0 142 22 101 140 52
Binary 10111111 11010000 100 1000 0 1100010 10010 1000001 1100000 101010

Color Harmonies of #BFD004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD004

Black with #BFD004

Text Example


Text Example

White with #BFD004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD004; }

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

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

background-color css

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

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

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

border-color css

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

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

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