Html Css Color HEX #B0C91E Rio Grande

📋 copy color: '#B0C91E'

red 176 ◦ green 201 ◦ blue 30

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

Shades of Rio Grande #B0C91E

Tints of Rio Grande #B0C91E

RGB

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

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

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

R = 43.24%
G = 49.39%
B = 7.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#B0C91E (or 0xB0C91E) is known color: Rio Grande. HEX triplet: B0, C9 and 1E. RGB value is (176,201,30). Sum of RGB (Red+Green+Blue) = 176+201+30=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C91E is #4F36E1. Grayscale: #AEAEAE. Windows color (decimal): -5191394 or 2017712. OLE color: 2017712.

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

Color convert

RGB 176 201 30 -
CMYK 0.12 0 0.85 0.21
HSL 68.77º 0.74% 0.45% -
HSV(B) 68.77º 0.85% 0.79% -
XYZ 39.03 51.1 9.03 -
YUV 174.03 46.72 129.4 -
System Red Green Blue C M Y K H S L
Decimal 176 201 30 0.12 0 0.85 0.21 68.77 0.74 0.45
Hex B0 C9 1E C 0 55 15 45 4A 2D
Octal 260 311 36 14 0 125 25 105 112 55
Binary 10110000 11001001 11110 1100 0 1010101 10101 1000101 1001010 101101

Color Harmonies of #B0C91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C91E

Black with #B0C91E

Text Example


Text Example

White with #B0C91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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