Html Css Color HEX #B2D00E Rio Grande

📋 copy color: '#B2D00E'

red 178 ◦ green 208 ◦ blue 14

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

Shades of Rio Grande #B2D00E

Tints of Rio Grande #B2D00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.5%

R = 44.5%
G = 52%
B = 3.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#B2D00E (or 0xB2D00E) is known color: Rio Grande. HEX triplet: B2, D0 and 0E. RGB value is (178,208,14). Sum of RGB (Red+Green+Blue) = 178+208+14=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D00E is #4D2FF1. Grayscale: #B1B1B1. Windows color (decimal): -5058546 or 970930. OLE color: 970930.

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

Color convert

RGB 178 208 14 -
CMYK 0.14 0 0.93 0.18
HSL 69.28º 0.87% 0.44% -
HSV(B) 69.28º 0.93% 0.82% -
XYZ 41 54.61 8.8 -
YUV 176.91 36.06 128.77 -
System Red Green Blue C M Y K H S L
Decimal 178 208 14 0.14 0 0.93 0.18 69.28 0.87 0.44
Hex B2 D0 E E 0 5D 12 45 57 2C
Octal 262 320 16 16 0 135 22 105 127 54
Binary 10110010 11010000 1110 1110 0 1011101 10010 1000101 1010111 101100

Color Harmonies of #B2D00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D00E

Black with #B2D00E

Text Example


Text Example

White with #B2D00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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