Html Css Color HEX #B2BC19 Rio Grande

📋 copy color: '#B2BC19'

red 178 ◦ green 188 ◦ blue 25

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

Shades of Rio Grande #B2BC19

Tints of Rio Grande #B2BC19

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.08%

 BLUE value IS 25 (10.16% from 255) = 6.39%

R = 45.52%
G = 48.08%
B = 6.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#B2BC19 (or 0xB2BC19) is known color: Rio Grande. HEX triplet: B2, BC and 19. RGB value is (178,188,25). Sum of RGB (Red+Green+Blue) = 178+188+25=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BC19 is #4D43E6. Grayscale: #A7A7A7. Windows color (decimal): -5063655 or 1686706. OLE color: 1686706.

HSL color Cylindrical-coordinate representation of color #B2BC19: hue angle of 63.68º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2BC19 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 25 -
CMYK 0.05 0 0.87 0.26
HSL 63.68º 0.77% 0.42% -
HSV(B) 63.68º 0.87% 0.74% -
XYZ 36.52 45.5 7.78 -
YUV 166.43 48.19 136.25 -
System Red Green Blue C M Y K H S L
Decimal 178 188 25 0.05 0 0.87 0.26 63.68 0.77 0.42
Hex B2 BC 19 5 0 57 1A 40 4D 2A
Octal 262 274 31 5 0 127 32 100 115 52
Binary 10110010 10111100 11001 101 0 1010111 11010 1000000 1001101 101010

Color Harmonies of #B2BC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC19

Black with #B2BC19

Text Example


Text Example

White with #B2BC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC19; }

 p { color: rgb(178,188,25); }

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

background-color css

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

 a { background-color: rgb(178,188,25); }

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

border-color css

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

 span { border-color: rgb(178,188,25); }

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