Html Css Color HEX #B0C919 Rio Grande

📋 copy color: '#B0C919'

red 176 ◦ green 201 ◦ blue 25

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

Shades of Rio Grande #B0C919

Tints of Rio Grande #B0C919

RGB

 RED value IS 176 (69.14% from 255) = 43.78%

 GREEN value IS 201 (78.91% from 255) = 50%

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

R = 43.78%
G = 50%
B = 6.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#B0C919 (or 0xB0C919) is known color: Rio Grande. HEX triplet: B0, C9 and 19. RGB value is (176,201,25). Sum of RGB (Red+Green+Blue) = 176+201+25=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C919 is #4F36E6. Grayscale: #AEAEAE. Windows color (decimal): -5191399 or 1690032. OLE color: 1690032.

HSL color Cylindrical-coordinate representation of color #B0C919: hue angle of 68.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0C919 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 201 25 -
CMYK 0.12 0 0.88 0.21
HSL 68.52º 0.78% 0.44% -
HSV(B) 68.52º 0.88% 0.79% -
XYZ 38.97 51.07 8.72 -
YUV 173.46 44.22 129.81 -
System Red Green Blue C M Y K H S L
Decimal 176 201 25 0.12 0 0.88 0.21 68.52 0.78 0.44
Hex B0 C9 19 C 0 58 15 45 4E 2C
Octal 260 311 31 14 0 130 25 105 116 54
Binary 10110000 11001001 11001 1100 0 1011000 10101 1000101 1001110 101100

Color Harmonies of #B0C919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C919

Black with #B0C919

Text Example


Text Example

White with #B0C919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C919; }

 p { color: rgb(176,201,25); }

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

background-color css

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

 a { background-color: rgb(176,201,25); }

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

border-color css

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

 span { border-color: rgb(176,201,25); }

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