Html Css Color HEX #B2BE1E Rio Grande

📋 copy color: '#B2BE1E'

red 178 ◦ green 190 ◦ blue 30

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

Shades of Rio Grande #B2BE1E

Tints of Rio Grande #B2BE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.54%

R = 44.72%
G = 47.74%
B = 7.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B2BE1E (or 0xB2BE1E) is known color: Rio Grande. HEX triplet: B2, BE and 1E. RGB value is (178,190,30). Sum of RGB (Red+Green+Blue) = 178+190+30=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE1E is #4D41E1. Grayscale: #A8A8A8. Windows color (decimal): -5063138 or 2014898. OLE color: 2014898.

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

Color convert

RGB 178 190 30 -
CMYK 0.06 0 0.84 0.25
HSL 64.5º 0.73% 0.43% -
HSV(B) 64.5º 0.84% 0.75% -
XYZ 37.01 46.39 8.23 -
YUV 168.17 50.02 135.01 -
System Red Green Blue C M Y K H S L
Decimal 178 190 30 0.06 0 0.84 0.25 64.5 0.73 0.43
Hex B2 BE 1E 6 0 54 19 40 49 2B
Octal 262 276 36 6 0 124 31 100 111 53
Binary 10110010 10111110 11110 110 0 1010100 11001 1000000 1001001 101011

Color Harmonies of #B2BE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE1E

Black with #B2BE1E

Text Example


Text Example

White with #B2BE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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