Html Css Color HEX #BCBF00 La Rioja

📋 copy color: '#BCBF00'

red 188 ◦ green 191 ◦ blue 0

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

Shades of La Rioja #BCBF00

Tints of La Rioja #BCBF00

RGB

 RED value IS 188 (73.83% from 255) = 49.6%

 GREEN value IS 191 (75% from 255) = 50.4%

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

R = 49.6%
G = 50.4%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BCBF00 (or 0xBCBF00) is known color: La Rioja. HEX triplet: BC, BF and 00. RGB value is (188,191,0). Sum of RGB (Red+Green+Blue) = 188+191+0=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBF00 is #4340FF. Grayscale: #A9A9A9. Windows color (decimal): -4407552 or 49084. OLE color: 49084.

HSL color Cylindrical-coordinate representation of color #BCBF00: hue angle of 60.94º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCBF00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 0 -
CMYK 0.02 0 1 0.25
HSL 60.94º 1% 0.37% -
HSV(B) 60.94º 1% 0.75% -
XYZ 39.37 47.95 7.18 -
YUV 168.33 33.01 142.03 -
System Red Green Blue C M Y K H S L
Decimal 188 191 0 0.02 0 1 0.25 60.94 1 0.37
Hex BC BF 0 2 0 64 19 3D 64 25
Octal 274 277 0 2 0 144 31 75 144 45
Binary 10111100 10111111 0 10 0 1100100 11001 111101 1100100 100101

Color Harmonies of #BCBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF00

Black with #BCBF00

Text Example


Text Example

White with #BCBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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