Html Css Color HEX #B0C51B Rio Grande

📋 copy color: '#B0C51B'

red 176 ◦ green 197 ◦ blue 27

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

Shades of Rio Grande #B0C51B

Tints of Rio Grande #B0C51B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.25%

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

R = 44%
G = 49.25%
B = 6.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#B0C51B (or 0xB0C51B) is known color: Rio Grande. HEX triplet: B0, C5 and 1B. RGB value is (176,197,27). Sum of RGB (Red+Green+Blue) = 176+197+27=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C51B is #4F3AE4. Grayscale: #ABABAB. Windows color (decimal): -5192421 or 1820080. OLE color: 1820080.

HSL color Cylindrical-coordinate representation of color #B0C51B: hue angle of 67.41º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0C51B is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 197 27 -
CMYK 0.11 0 0.86 0.23
HSL 67.41º 0.76% 0.44% -
HSV(B) 67.41º 0.86% 0.77% -
XYZ 38.07 49.24 8.54 -
YUV 171.34 46.54 131.32 -
System Red Green Blue C M Y K H S L
Decimal 176 197 27 0.11 0 0.86 0.23 67.41 0.76 0.44
Hex B0 C5 1B B 0 56 17 43 4C 2C
Octal 260 305 33 13 0 126 27 103 114 54
Binary 10110000 11000101 11011 1011 0 1010110 10111 1000011 1001100 101100

Color Harmonies of #B0C51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C51B

Black with #B0C51B

Text Example


Text Example

White with #B0C51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C51B; }

 p { color: rgb(176,197,27); }

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

background-color css

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

 a { background-color: rgb(176,197,27); }

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

border-color css

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

 span { border-color: rgb(176,197,27); }

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