Html Css Color HEX #B2BE07 La Rioja

📋 copy color: '#B2BE07'

red 178 ◦ green 190 ◦ blue 7

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

Shades of La Rioja #B2BE07

Tints of La Rioja #B2BE07

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.67%

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

R = 47.47%
G = 50.67%
B = 1.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#B2BE07 (or 0xB2BE07) is known color: La Rioja. HEX triplet: B2, BE and 07. RGB value is (178,190,7). Sum of RGB (Red+Green+Blue) = 178+190+7=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BE07 is #4D41F8. Grayscale: #A6A6A6. Windows color (decimal): -5063161 or 507570. OLE color: 507570.

HSL color Cylindrical-coordinate representation of color #B2BE07: hue angle of 63.93º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2BE07 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 7 -
CMYK 0.06 0 0.96 0.25
HSL 63.93º 0.93% 0.39% -
HSV(B) 63.93º 0.96% 0.75% -
XYZ 36.81 46.31 7.2 -
YUV 165.55 38.52 136.88 -
System Red Green Blue C M Y K H S L
Decimal 178 190 7 0.06 0 0.96 0.25 63.93 0.93 0.39
Hex B2 BE 7 6 0 60 19 40 5D 27
Octal 262 276 7 6 0 140 31 100 135 47
Binary 10110010 10111110 111 110 0 1100000 11001 1000000 1011101 100111

Color Harmonies of #B2BE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE07

Black with #B2BE07

Text Example


Text Example

White with #B2BE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE07; }

 p { color: rgb(178,190,7); }

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

background-color css

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

 a { background-color: rgb(178,190,7); }

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

border-color css

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

 span { border-color: rgb(178,190,7); }

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