Html Css Color HEX #B5C023 Rio Grande

📋 copy color: '#B5C023'

red 181 ◦ green 192 ◦ blue 35

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

Shades of Rio Grande #B5C023

Tints of Rio Grande #B5C023

RGB

 RED value IS 181 (71.09% from 255) = 44.36%

 GREEN value IS 192 (75.39% from 255) = 47.06%

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

R = 44.36%
G = 47.06%
B = 8.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#B5C023 (or 0xB5C023) is known color: Rio Grande. HEX triplet: B5, C0 and 23. RGB value is (181,192,35). Sum of RGB (Red+Green+Blue) = 181+192+35=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C023 is #4A3FDC. Grayscale: #ABABAB. Windows color (decimal): -4866013 or 2343093. OLE color: 2343093.

HSL color Cylindrical-coordinate representation of color #B5C023: hue angle of 64.2º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5C023 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 35 -
CMYK 0.06 0 0.82 0.25
HSL 64.2º 0.69% 0.45% -
HSV(B) 64.2º 0.82% 0.75% -
XYZ 38.21 47.64 8.77 -
YUV 170.81 51.36 135.27 -
System Red Green Blue C M Y K H S L
Decimal 181 192 35 0.06 0 0.82 0.25 64.2 0.69 0.45
Hex B5 C0 23 6 0 52 19 40 45 2D
Octal 265 300 43 6 0 122 31 100 105 55
Binary 10110101 11000000 100011 110 0 1010010 11001 1000000 1000101 101101

Color Harmonies of #B5C023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C023

Black with #B5C023

Text Example


Text Example

White with #B5C023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C023; }

 p { color: rgb(181,192,35); }

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

background-color css

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

 a { background-color: rgb(181,192,35); }

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

border-color css

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

 span { border-color: rgb(181,192,35); }

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