Html Css Color HEX #B0CD25 Rio Grande

📋 copy color: '#B0CD25'

red 176 ◦ green 205 ◦ blue 37

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

Shades of Rio Grande #B0CD25

Tints of Rio Grande #B0CD25

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.04%

 BLUE value IS 37 (14.84% from 255) = 8.85%

R = 42.11%
G = 49.04%
B = 8.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#B0CD25 (or 0xB0CD25) is known color: Rio Grande. HEX triplet: B0, CD and 25. RGB value is (176,205,37). Sum of RGB (Red+Green+Blue) = 176+205+37=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CD25 is #4F32DA. Grayscale: #B1B1B1. Windows color (decimal): -5190363 or 2477488. OLE color: 2477488.

HSL color Cylindrical-coordinate representation of color #B0CD25: hue angle of 70.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0CD25 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 205 37 -
CMYK 0.14 0 0.82 0.20
HSL 70.36º 0.69% 0.47% -
HSV(B) 70.36º 0.82% 0.8% -
XYZ 40.07 53.03 9.87 -
YUV 177.18 48.89 127.16 -
System Red Green Blue C M Y K H S L
Decimal 176 205 37 0.14 0 0.82 0.20 70.36 0.69 0.47
Hex B0 CD 25 E 0 52 14 46 45 2F
Octal 260 315 45 16 0 122 24 106 105 57
Binary 10110000 11001101 100101 1110 0 1010010 10100 1000110 1000101 101111

Color Harmonies of #B0CD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CD25

Black with #B0CD25

Text Example


Text Example

White with #B0CD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CD25; }

 p { color: rgb(176,205,37); }

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

background-color css

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

 a { background-color: rgb(176,205,37); }

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

border-color css

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

 span { border-color: rgb(176,205,37); }

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