Html Css Color HEX #B4C21B Rio Grande

📋 copy color: '#B4C21B'

red 180 ◦ green 194 ◦ blue 27

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

Shades of Rio Grande #B4C21B

Tints of Rio Grande #B4C21B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.38%

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

R = 44.89%
G = 48.38%
B = 6.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#B4C21B (or 0xB4C21B) is known color: Rio Grande. HEX triplet: B4, C2 and 1B. RGB value is (180,194,27). Sum of RGB (Red+Green+Blue) = 180+194+27=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C21B is #4B3DE4. Grayscale: #ABABAB. Windows color (decimal): -4931045 or 1819316. OLE color: 1819316.

HSL color Cylindrical-coordinate representation of color #B4C21B: hue angle of 65.03º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4C21B is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 194 27 -
CMYK 0.07 0 0.86 0.24
HSL 65.03º 0.76% 0.43% -
HSV(B) 65.03º 0.86% 0.76% -
XYZ 38.31 48.37 8.35 -
YUV 170.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 180 194 27 0.07 0 0.86 0.24 65.03 0.76 0.43
Hex B4 C2 1B 7 0 56 18 41 4C 2B
Octal 264 302 33 7 0 126 30 101 114 53
Binary 10110100 11000010 11011 111 0 1010110 11000 1000001 1001100 101011

Color Harmonies of #B4C21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C21B

Black with #B4C21B

Text Example


Text Example

White with #B4C21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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