Html Css Color HEX #B0CD2A Rio Grande

📋 copy color: '#B0CD2A'

red 176 ◦ green 205 ◦ blue 42

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

Shades of Rio Grande #B0CD2A

Tints of Rio Grande #B0CD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.93%

R = 41.61%
G = 48.46%
B = 9.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#B0CD2A (or 0xB0CD2A) is known color: Rio Grande. HEX triplet: B0, CD and 2A. RGB value is (176,205,42). Sum of RGB (Red+Green+Blue) = 176+205+42=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CD2A is #4F32D5. Grayscale: #B2B2B2. Windows color (decimal): -5190358 or 2805168. OLE color: 2805168.

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

Color convert

RGB 176 205 42 -
CMYK 0.14 0 0.80 0.20
HSL 70.67º 0.66% 0.48% -
HSV(B) 70.67º 0.8% 0.8% -
XYZ 40.15 53.06 10.32 -
YUV 177.75 51.39 126.75 -
System Red Green Blue C M Y K H S L
Decimal 176 205 42 0.14 0 0.80 0.20 70.67 0.66 0.48
Hex B0 CD 2A E 0 50 14 47 42 30
Octal 260 315 52 16 0 120 24 107 102 60
Binary 10110000 11001101 101010 1110 0 1010000 10100 1000111 1000010 110000

Color Harmonies of #B0CD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CD2A

Black with #B0CD2A

Text Example


Text Example

White with #B0CD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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