Html Css Color HEX #B2D012 Rio Grande

📋 copy color: '#B2D012'

red 178 ◦ green 208 ◦ blue 18

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

Shades of Rio Grande #B2D012

Tints of Rio Grande #B2D012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 44.06%
G = 51.49%
B = 4.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#B2D012 (or 0xB2D012) is known color: Rio Grande. HEX triplet: B2, D0 and 12. RGB value is (178,208,18). Sum of RGB (Red+Green+Blue) = 178+208+18=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D012 is #4D2FED. Grayscale: #B2B2B2. Windows color (decimal): -5058542 or 1233074. OLE color: 1233074.

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

Color convert

RGB 178 208 18 -
CMYK 0.14 0 0.91 0.18
HSL 69.47º 0.84% 0.44% -
HSV(B) 69.47º 0.91% 0.82% -
XYZ 41.03 54.62 8.95 -
YUV 177.37 38.06 128.45 -
System Red Green Blue C M Y K H S L
Decimal 178 208 18 0.14 0 0.91 0.18 69.47 0.84 0.44
Hex B2 D0 12 E 0 5B 12 45 54 2C
Octal 262 320 22 16 0 133 22 105 124 54
Binary 10110010 11010000 10010 1110 0 1011011 10010 1000101 1010100 101100

Color Harmonies of #B2D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D012

Black with #B2D012

Text Example


Text Example

White with #B2D012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D012; }

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

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

background-color css

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

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

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

border-color css

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

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

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