Html Css Color HEX #B2BC15 La Rioja

📋 copy color: '#B2BC15'

red 178 ◦ green 188 ◦ blue 21

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

Shades of La Rioja #B2BC15

Tints of La Rioja #B2BC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.43%

R = 45.99%
G = 48.58%
B = 5.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#B2BC15 (or 0xB2BC15) is known color: La Rioja. HEX triplet: B2, BC and 15. RGB value is (178,188,21). Sum of RGB (Red+Green+Blue) = 178+188+21=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BC15 is #4D43EA. Grayscale: #A6A6A6. Windows color (decimal): -5063659 or 1424562. OLE color: 1424562.

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

Color convert

RGB 178 188 21 -
CMYK 0.05 0 0.89 0.26
HSL 63.59º 0.8% 0.41% -
HSV(B) 63.59º 0.89% 0.74% -
XYZ 36.48 45.49 7.57 -
YUV 165.97 46.19 136.58 -
System Red Green Blue C M Y K H S L
Decimal 178 188 21 0.05 0 0.89 0.26 63.59 0.8 0.41
Hex B2 BC 15 5 0 59 1A 40 50 29
Octal 262 274 25 5 0 131 32 100 120 51
Binary 10110010 10111100 10101 101 0 1011001 11010 1000000 1010000 101001

Color Harmonies of #B2BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC15

Black with #B2BC15

Text Example


Text Example

White with #B2BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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