Html Css Color HEX #B2BC0F La Rioja

📋 copy color: '#B2BC0F'

red 178 ◦ green 188 ◦ blue 15

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

Shades of La Rioja #B2BC0F

Tints of La Rioja #B2BC0F

RGB

 RED value IS 178 (69.92% from 255) = 46.72%

 GREEN value IS 188 (73.83% from 255) = 49.34%

 BLUE value IS 15 (6.25% from 255) = 3.94%

R = 46.72%
G = 49.34%
B = 3.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#B2BC0F (or 0xB2BC0F) is known color: La Rioja. HEX triplet: B2, BC and 0F. RGB value is (178,188,15). Sum of RGB (Red+Green+Blue) = 178+188+15=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BC0F is #4D43F0. Grayscale: #A5A5A5. Windows color (decimal): -5063665 or 1031346. OLE color: 1031346.

HSL color Cylindrical-coordinate representation of color #B2BC0F: hue angle of 63.47º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2BC0F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 15 -
CMYK 0.05 0 0.92 0.26
HSL 63.47º 0.85% 0.4% -
HSV(B) 63.47º 0.92% 0.74% -
XYZ 36.43 45.47 7.31 -
YUV 165.29 43.19 137.07 -
System Red Green Blue C M Y K H S L
Decimal 178 188 15 0.05 0 0.92 0.26 63.47 0.85 0.4
Hex B2 BC F 5 0 5C 1A 3F 55 28
Octal 262 274 17 5 0 134 32 77 125 50
Binary 10110010 10111100 1111 101 0 1011100 11010 111111 1010101 101000

Color Harmonies of #B2BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC0F

Black with #B2BC0F

Text Example


Text Example

White with #B2BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC0F; }

 p { color: rgb(178,188,15); }

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

background-color css

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

 a { background-color: rgb(178,188,15); }

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

border-color css

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

 span { border-color: rgb(178,188,15); }

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