Html Css Color HEX #B3C814 Rio Grande

📋 copy color: '#B3C814'

red 179 ◦ green 200 ◦ blue 20

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

Shades of Rio Grande #B3C814

Tints of Rio Grande #B3C814

RGB

 RED value IS 179 (70.31% from 255) = 44.86%

 GREEN value IS 200 (78.52% from 255) = 50.13%

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

R = 44.86%
G = 50.13%
B = 5.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#B3C814 (or 0xB3C814) is known color: Rio Grande. HEX triplet: B3, C8 and 14. RGB value is (179,200,20). Sum of RGB (Red+Green+Blue) = 179+200+20=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C814 is #4C37EB. Grayscale: #ADADAD. Windows color (decimal): -4995052 or 1362099. OLE color: 1362099.

HSL color Cylindrical-coordinate representation of color #B3C814: hue angle of 67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3C814 is Cyan = 0.10, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 200 20 -
CMYK 0.10 0 0.9 0.22
HSL 67º 0.82% 0.43% -
HSV(B) 67º 0.9% 0.78% -
XYZ 39.37 50.94 8.42 -
YUV 173.2 41.54 132.14 -
System Red Green Blue C M Y K H S L
Decimal 179 200 20 0.10 0 0.9 0.22 67 0.82 0.43
Hex B3 C8 14 A 0 5A 16 43 52 2B
Octal 263 310 24 12 0 132 26 103 122 53
Binary 10110011 11001000 10100 1010 0 1011010 10110 1000011 1010010 101011

Color Harmonies of #B3C814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C814

Black with #B3C814

Text Example


Text Example

White with #B3C814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C814; }

 p { color: rgb(179,200,20); }

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

background-color css

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

 a { background-color: rgb(179,200,20); }

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

border-color css

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

 span { border-color: rgb(179,200,20); }

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