Html Css Color HEX #BFD007 La Rioja

📋 copy color: '#BFD007'

red 191 ◦ green 208 ◦ blue 7

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

Shades of La Rioja #BFD007

Tints of La Rioja #BFD007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 47.04%
G = 51.23%
B = 1.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#BFD007 (or 0xBFD007) is known color: La Rioja. HEX triplet: BF, D0 and 07. RGB value is (191,208,7). Sum of RGB (Red+Green+Blue) = 191+208+7=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD007 is #402FF8. Grayscale: #B4B4B4. Windows color (decimal): -4206585 or 512191. OLE color: 512191.

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

Color convert

RGB 191 208 7 -
CMYK 0.08 0 0.97 0.18
HSL 65.07º 0.93% 0.42% -
HSV(B) 65.07º 0.97% 0.82% -
XYZ 44.08 56.2 8.73 -
YUV 180 30.37 135.84 -
System Red Green Blue C M Y K H S L
Decimal 191 208 7 0.08 0 0.97 0.18 65.07 0.93 0.42
Hex BF D0 7 8 0 61 12 41 5D 2A
Octal 277 320 7 10 0 141 22 101 135 52
Binary 10111111 11010000 111 1000 0 1100001 10010 1000001 1011101 101010

Color Harmonies of #BFD007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD007

Black with #BFD007

Text Example


Text Example

White with #BFD007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD007; }

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

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

background-color css

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

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

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

border-color css

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

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

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