Html Css Color HEX #B5CD0E Rio Grande

📋 copy color: '#B5CD0E'

red 181 ◦ green 205 ◦ blue 14

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

Shades of Rio Grande #B5CD0E

Tints of Rio Grande #B5CD0E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.25%

 BLUE value IS 14 (5.86% from 255) = 3.5%

R = 45.25%
G = 51.25%
B = 3.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#B5CD0E (or 0xB5CD0E) is known color: Rio Grande. HEX triplet: B5, CD and 0E. RGB value is (181,205,14). Sum of RGB (Red+Green+Blue) = 181+205+14=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CD0E is #4A32F1. Grayscale: #B0B0B0. Windows color (decimal): -4862706 or 970165. OLE color: 970165.

HSL color Cylindrical-coordinate representation of color #B5CD0E: hue angle of 67.54º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5CD0E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 205 14 -
CMYK 0.12 0 0.93 0.20
HSL 67.54º 0.87% 0.43% -
HSV(B) 67.54º 0.93% 0.8% -
XYZ 40.97 53.52 8.59 -
YUV 176.05 36.55 131.53 -
System Red Green Blue C M Y K H S L
Decimal 181 205 14 0.12 0 0.93 0.20 67.54 0.87 0.43
Hex B5 CD E C 0 5D 14 44 57 2B
Octal 265 315 16 14 0 135 24 104 127 53
Binary 10110101 11001101 1110 1100 0 1011101 10100 1000100 1010111 101011

Color Harmonies of #B5CD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CD0E

Black with #B5CD0E

Text Example


Text Example

White with #B5CD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CD0E; }

 p { color: rgb(181,205,14); }

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

background-color css

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

 a { background-color: rgb(181,205,14); }

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

border-color css

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

 span { border-color: rgb(181,205,14); }

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