Html Css Color HEX #B4BD23 Rio Grande

📋 copy color: '#B4BD23'

red 180 ◦ green 189 ◦ blue 35

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

Shades of Rio Grande #B4BD23

Tints of Rio Grande #B4BD23

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.78%

 BLUE value IS 35 (14.06% from 255) = 8.66%

R = 44.55%
G = 46.78%
B = 8.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#B4BD23 (or 0xB4BD23) is known color: Rio Grande. HEX triplet: B4, BD and 23. RGB value is (180,189,35). Sum of RGB (Red+Green+Blue) = 180+189+35=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD23 is #4B42DC. Grayscale: #A9A9A9. Windows color (decimal): -4932317 or 2342324. OLE color: 2342324.

HSL color Cylindrical-coordinate representation of color #B4BD23: hue angle of 63.51º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4BD23 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 189 35 -
CMYK 0.05 0 0.81 0.26
HSL 63.51º 0.69% 0.44% -
HSV(B) 63.51º 0.81% 0.74% -
XYZ 37.32 46.22 8.54 -
YUV 168.75 52.52 136.02 -
System Red Green Blue C M Y K H S L
Decimal 180 189 35 0.05 0 0.81 0.26 63.51 0.69 0.44
Hex B4 BD 23 5 0 51 1A 40 45 2C
Octal 264 275 43 5 0 121 32 100 105 54
Binary 10110100 10111101 100011 101 0 1010001 11010 1000000 1000101 101100

Color Harmonies of #B4BD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD23

Black with #B4BD23

Text Example


Text Example

White with #B4BD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD23; }

 p { color: rgb(180,189,35); }

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

background-color css

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

 a { background-color: rgb(180,189,35); }

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

border-color css

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

 span { border-color: rgb(180,189,35); }

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