Html Css Color HEX #B0CB1F Rio Grande

📋 copy color: '#B0CB1F'

red 176 ◦ green 203 ◦ blue 31

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

Shades of Rio Grande #B0CB1F

Tints of Rio Grande #B0CB1F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.51%

 BLUE value IS 31 (12.5% from 255) = 7.56%

R = 42.93%
G = 49.51%
B = 7.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#B0CB1F (or 0xB0CB1F) is known color: Rio Grande. HEX triplet: B0, CB and 1F. RGB value is (176,203,31). Sum of RGB (Red+Green+Blue) = 176+203+31=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CB1F is #4F34E0. Grayscale: #AFAFAF. Windows color (decimal): -5190881 or 2083760. OLE color: 2083760.

HSL color Cylindrical-coordinate representation of color #B0CB1F: hue angle of 69.42º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0CB1F is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 203 31 -
CMYK 0.13 0 0.85 0.20
HSL 69.42º 0.74% 0.46% -
HSV(B) 69.42º 0.85% 0.8% -
XYZ 39.51 52.04 9.26 -
YUV 175.32 46.55 128.49 -
System Red Green Blue C M Y K H S L
Decimal 176 203 31 0.13 0 0.85 0.20 69.42 0.74 0.46
Hex B0 CB 1F D 0 55 14 45 4A 2E
Octal 260 313 37 15 0 125 24 105 112 56
Binary 10110000 11001011 11111 1101 0 1010101 10100 1000101 1001010 101110

Color Harmonies of #B0CB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB1F

Black with #B0CB1F

Text Example


Text Example

White with #B0CB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB1F; }

 p { color: rgb(176,203,31); }

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

background-color css

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

 a { background-color: rgb(176,203,31); }

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

border-color css

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

 span { border-color: rgb(176,203,31); }

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