Html Css Color HEX #B8CD20 Rio Grande

📋 copy color: '#B8CD20'

red 184 ◦ green 205 ◦ blue 32

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

Shades of Rio Grande #B8CD20

Tints of Rio Grande #B8CD20

RGB

 RED value IS 184 (72.27% from 255) = 43.71%

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

 BLUE value IS 32 (12.89% from 255) = 7.6%

R = 43.71%
G = 48.69%
B = 7.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#B8CD20 (or 0xB8CD20) is known color: Rio Grande. HEX triplet: B8, CD and 20. RGB value is (184,205,32). Sum of RGB (Red+Green+Blue) = 184+205+32=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CD20 is #4732DF. Grayscale: #B3B3B3. Windows color (decimal): -4666080 or 2149816. OLE color: 2149816.

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

Color convert

RGB 184 205 32 -
CMYK 0.10 0 0.84 0.20
HSL 67.28º 0.73% 0.46% -
HSV(B) 67.28º 0.84% 0.8% -
XYZ 41.86 53.96 9.58 -
YUV 179 45.04 131.57 -
System Red Green Blue C M Y K H S L
Decimal 184 205 32 0.10 0 0.84 0.20 67.28 0.73 0.46
Hex B8 CD 20 A 0 54 14 43 49 2E
Octal 270 315 40 12 0 124 24 103 111 56
Binary 10111000 11001101 100000 1010 0 1010100 10100 1000011 1001001 101110

Color Harmonies of #B8CD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CD20

Black with #B8CD20

Text Example


Text Example

White with #B8CD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CD20; }

 p { color: rgb(184,205,32); }

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

background-color css

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

 a { background-color: rgb(184,205,32); }

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

border-color css

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

 span { border-color: rgb(184,205,32); }

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