Html Css Color HEX #B4C81B Rio Grande

📋 copy color: '#B4C81B'

red 180 ◦ green 200 ◦ blue 27

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

Shades of Rio Grande #B4C81B

Tints of Rio Grande #B4C81B

RGB

 RED value IS 180 (70.7% from 255) = 44.23%

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

 BLUE value IS 27 (10.94% from 255) = 6.63%

R = 44.23%
G = 49.14%
B = 6.63%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#B4C81B (or 0xB4C81B) is known color: Rio Grande. HEX triplet: B4, C8 and 1B. RGB value is (180,200,27). Sum of RGB (Red+Green+Blue) = 180+200+27=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C81B is #4B37E4. Grayscale: #AEAEAE. Windows color (decimal): -4929509 or 1820852. OLE color: 1820852.

HSL color Cylindrical-coordinate representation of color #B4C81B: hue angle of 66.94º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4C81B is Cyan = 0.1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 200 27 -
CMYK 0.1 0 0.86 0.22
HSL 66.94º 0.76% 0.45% -
HSV(B) 66.94º 0.87% 0.78% -
XYZ 39.67 51.09 8.81 -
YUV 174.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 180 200 27 0.1 0 0.86 0.22 66.94 0.76 0.45
Hex B4 C8 1B A 0 56 16 43 4C 2D
Octal 264 310 33 12 0 126 26 103 114 55
Binary 10110100 11001000 11011 1010 0 1010110 10110 1000011 1001100 101101

Color Harmonies of #B4C81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C81B

Black with #B4C81B

Text Example


Text Example

White with #B4C81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C81B; }

 p { color: rgb(180,200,27); }

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

background-color css

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

 a { background-color: rgb(180,200,27); }

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

border-color css

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

 span { border-color: rgb(180,200,27); }

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