Html Css Color HEX #B2BE1B Rio Grande

📋 copy color: '#B2BE1B'

red 178 ◦ green 190 ◦ blue 27

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

Shades of Rio Grande #B2BE1B

Tints of Rio Grande #B2BE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.84%

R = 45.06%
G = 48.1%
B = 6.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#B2BE1B (or 0xB2BE1B) is known color: Rio Grande. HEX triplet: B2, BE and 1B. RGB value is (178,190,27). Sum of RGB (Red+Green+Blue) = 178+190+27=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE1B is #4D41E4. Grayscale: #A8A8A8. Windows color (decimal): -5063141 or 1818290. OLE color: 1818290.

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

Color convert

RGB 178 190 27 -
CMYK 0.06 0 0.86 0.25
HSL 64.42º 0.75% 0.43% -
HSV(B) 64.42º 0.86% 0.75% -
XYZ 36.97 46.37 8.04 -
YUV 167.83 48.52 135.25 -
System Red Green Blue C M Y K H S L
Decimal 178 190 27 0.06 0 0.86 0.25 64.42 0.75 0.43
Hex B2 BE 1B 6 0 56 19 40 4B 2B
Octal 262 276 33 6 0 126 31 100 113 53
Binary 10110010 10111110 11011 110 0 1010110 11001 1000000 1001011 101011

Color Harmonies of #B2BE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE1B

Black with #B2BE1B

Text Example


Text Example

White with #B2BE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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