Html Css Color HEX #BFCF00 La Rioja

📋 copy color: '#BFCF00'

red 191 ◦ green 207 ◦ blue 0

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

Shades of La Rioja #BFCF00

Tints of La Rioja #BFCF00

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.01%

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

R = 47.99%
G = 52.01%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#BFCF00 (or 0xBFCF00) is known color: La Rioja. HEX triplet: BF, CF and 00. RGB value is (191,207,0). Sum of RGB (Red+Green+Blue) = 191+207+0=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF00 is #4030FF. Grayscale: #B3B3B3. Windows color (decimal): -4206848 or 53183. OLE color: 53183.

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

Color convert

RGB 191 207 0 -
CMYK 0.08 0 1 0.19
HSL 64.64º 1% 0.41% -
HSV(B) 64.64º 1% 0.81% -
XYZ 43.8 55.7 8.44 -
YUV 178.62 27.2 136.83 -
System Red Green Blue C M Y K H S L
Decimal 191 207 0 0.08 0 1 0.19 64.64 1 0.41
Hex BF CF 0 8 0 64 13 41 64 29
Octal 277 317 0 10 0 144 23 101 144 51
Binary 10111111 11001111 0 1000 0 1100100 10011 1000001 1100100 101001

Color Harmonies of #BFCF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF00

Black with #BFCF00

Text Example


Text Example

White with #BFCF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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