Html Css Color HEX #B0CF15 Rio Grande

📋 copy color: '#B0CF15'

red 176 ◦ green 207 ◦ blue 21

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

Shades of Rio Grande #B0CF15

Tints of Rio Grande #B0CF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.2%

R = 43.56%
G = 51.24%
B = 5.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#B0CF15 (or 0xB0CF15) is known color: Rio Grande. HEX triplet: B0, CF and 15. RGB value is (176,207,21). Sum of RGB (Red+Green+Blue) = 176+207+21=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CF15 is #4F30EA. Grayscale: #B1B1B1. Windows color (decimal): -5189867 or 1429424. OLE color: 1429424.

HSL color Cylindrical-coordinate representation of color #B0CF15: hue angle of 70º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0CF15 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 21 -
CMYK 0.15 0 0.90 0.19
HSL 70º 0.82% 0.45% -
HSV(B) 70º 0.9% 0.81% -
XYZ 40.35 53.91 8.99 -
YUV 176.53 40.23 127.62 -
System Red Green Blue C M Y K H S L
Decimal 176 207 21 0.15 0 0.90 0.19 70 0.82 0.45
Hex B0 CF 15 F 0 5A 13 46 52 2D
Octal 260 317 25 17 0 132 23 106 122 55
Binary 10110000 11001111 10101 1111 0 1011010 10011 1000110 1010010 101101

Color Harmonies of #B0CF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF15

Black with #B0CF15

Text Example


Text Example

White with #B0CF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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