Html Css Color HEX #B0CF1B Rio Grande

📋 copy color: '#B0CF1B'

red 176 ◦ green 207 ◦ blue 27

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

Shades of Rio Grande #B0CF1B

Tints of Rio Grande #B0CF1B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.49%

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

R = 42.93%
G = 50.49%
B = 6.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#B0CF1B (or 0xB0CF1B) is known color: Rio Grande. HEX triplet: B0, CF and 1B. RGB value is (176,207,27). Sum of RGB (Red+Green+Blue) = 176+207+27=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CF1B is #4F30E4. Grayscale: #B1B1B1. Windows color (decimal): -5189861 or 1822640. OLE color: 1822640.

HSL color Cylindrical-coordinate representation of color #B0CF1B: hue angle of 70.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0CF1B is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 27 -
CMYK 0.15 0 0.87 0.19
HSL 70.33º 0.77% 0.46% -
HSV(B) 70.33º 0.87% 0.81% -
XYZ 40.42 53.93 9.32 -
YUV 177.21 43.23 127.14 -
System Red Green Blue C M Y K H S L
Decimal 176 207 27 0.15 0 0.87 0.19 70.33 0.77 0.46
Hex B0 CF 1B F 0 57 13 46 4D 2E
Octal 260 317 33 17 0 127 23 106 115 56
Binary 10110000 11001111 11011 1111 0 1010111 10011 1000110 1001101 101110

Color Harmonies of #B0CF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF1B

Black with #B0CF1B

Text Example


Text Example

White with #B0CF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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