Html Css Color HEX #B8D314 Rio Grande

📋 copy color: '#B8D314'

red 184 ◦ green 211 ◦ blue 20

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

Shades of Rio Grande #B8D314

Tints of Rio Grande #B8D314

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.84%

 BLUE value IS 20 (8.2% from 255) = 4.82%

R = 44.34%
G = 50.84%
B = 4.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#B8D314 (or 0xB8D314) is known color: Rio Grande. HEX triplet: B8, D3 and 14. RGB value is (184,211,20). Sum of RGB (Red+Green+Blue) = 184+211+20=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D314 is #472CEB. Grayscale: #B5B5B5. Windows color (decimal): -4664556 or 1364920. OLE color: 1364920.

HSL color Cylindrical-coordinate representation of color #B8D314: hue angle of 68.48º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8D314 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 184 211 20 -
CMYK 0.13 0 0.91 0.17
HSL 68.48º 0.83% 0.45% -
HSV(B) 68.48º 0.91% 0.83% -
XYZ 43.19 56.83 9.35 -
YUV 181.15 37.05 130.03 -
System Red Green Blue C M Y K H S L
Decimal 184 211 20 0.13 0 0.91 0.17 68.48 0.83 0.45
Hex B8 D3 14 D 0 5B 11 44 53 2D
Octal 270 323 24 15 0 133 21 104 123 55
Binary 10111000 11010011 10100 1101 0 1011011 10001 1000100 1010011 101101

Color Harmonies of #B8D314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D314

Black with #B8D314

Text Example


Text Example

White with #B8D314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D314; }

 p { color: rgb(184,211,20); }

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

background-color css

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

 a { background-color: rgb(184,211,20); }

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

border-color css

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

 span { border-color: rgb(184,211,20); }

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