Html Css Color HEX #B2D007 La Rioja

📋 copy color: '#B2D007'

red 178 ◦ green 208 ◦ blue 7

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

Shades of La Rioja #B2D007

Tints of La Rioja #B2D007

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.93%

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

R = 45.29%
G = 52.93%
B = 1.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#B2D007 (or 0xB2D007) is known color: La Rioja. HEX triplet: B2, D0 and 07. RGB value is (178,208,7). Sum of RGB (Red+Green+Blue) = 178+208+7=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D007 is #4D2FF8. Grayscale: #B0B0B0. Windows color (decimal): -5058553 or 512178. OLE color: 512178.

HSL color Cylindrical-coordinate representation of color #B2D007: hue angle of 68.96º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2D007 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 7 -
CMYK 0.14 0 0.97 0.18
HSL 68.96º 0.93% 0.42% -
HSV(B) 68.96º 0.97% 0.82% -
XYZ 40.95 54.59 8.58 -
YUV 176.12 32.56 129.34 -
System Red Green Blue C M Y K H S L
Decimal 178 208 7 0.14 0 0.97 0.18 68.96 0.93 0.42
Hex B2 D0 7 E 0 61 12 45 5D 2A
Octal 262 320 7 16 0 141 22 105 135 52
Binary 10110010 11010000 111 1110 0 1100001 10010 1000101 1011101 101010

Color Harmonies of #B2D007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D007

Black with #B2D007

Text Example


Text Example

White with #B2D007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D007; }

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

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

background-color css

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

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

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

border-color css

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

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

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