Html Css Color HEX #B4D022 Rio Grande

📋 copy color: '#B4D022'

red 180 ◦ green 208 ◦ blue 34

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

Shades of Rio Grande #B4D022

Tints of Rio Grande #B4D022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.29%

 BLUE value IS 34 (13.67% from 255) = 8.06%

R = 42.65%
G = 49.29%
B = 8.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#B4D022 (or 0xB4D022) is known color: Rio Grande. HEX triplet: B4, D0 and 22. RGB value is (180,208,34). Sum of RGB (Red+Green+Blue) = 180+208+34=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 34 (13.67% from 255 or 8.06% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D022 is #4B2FDD. Grayscale: #B4B4B4. Windows color (decimal): -4927454 or 2281652. OLE color: 2281652.

HSL color Cylindrical-coordinate representation of color #B4D022: hue angle of 69.66º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4D022 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 208 34 -
CMYK 0.13 0 0.84 0.18
HSL 69.66º 0.72% 0.47% -
HSV(B) 69.66º 0.84% 0.82% -
XYZ 41.67 54.93 9.92 -
YUV 179.79 45.72 128.15 -
System Red Green Blue C M Y K H S L
Decimal 180 208 34 0.13 0 0.84 0.18 69.66 0.72 0.47
Hex B4 D0 22 D 0 54 12 46 48 2F
Octal 264 320 42 15 0 124 22 106 110 57
Binary 10110100 11010000 100010 1101 0 1010100 10010 1000110 1001000 101111

Color Harmonies of #B4D022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D022

Black with #B4D022

Text Example


Text Example

White with #B4D022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D022; }

 p { color: rgb(180,208,34); }

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

background-color css

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

 a { background-color: rgb(180,208,34); }

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

border-color css

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

 span { border-color: rgb(180,208,34); }

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