Html Css Color HEX #B5CF10 Rio Grande

📋 copy color: '#B5CF10'

red 181 ◦ green 207 ◦ blue 16

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

Shades of Rio Grande #B5CF10

Tints of Rio Grande #B5CF10

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.24%

 BLUE value IS 16 (6.64% from 255) = 3.96%

R = 44.8%
G = 51.24%
B = 3.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#B5CF10 (or 0xB5CF10) is known color: Rio Grande. HEX triplet: B5, CF and 10. RGB value is (181,207,16). Sum of RGB (Red+Green+Blue) = 181+207+16=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CF10 is #4A30EF. Grayscale: #B2B2B2. Windows color (decimal): -4862192 or 1101749. OLE color: 1101749.

HSL color Cylindrical-coordinate representation of color #B5CF10: hue angle of 68.17º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5CF10 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 207 16 -
CMYK 0.13 0 0.92 0.19
HSL 68.17º 0.86% 0.44% -
HSV(B) 68.17º 0.92% 0.81% -
XYZ 41.46 54.49 8.82 -
YUV 177.45 36.89 130.53 -
System Red Green Blue C M Y K H S L
Decimal 181 207 16 0.13 0 0.92 0.19 68.17 0.86 0.44
Hex B5 CF 10 D 0 5C 13 44 56 2C
Octal 265 317 20 15 0 134 23 104 126 54
Binary 10110101 11001111 10000 1101 0 1011100 10011 1000100 1010110 101100

Color Harmonies of #B5CF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CF10

Black with #B5CF10

Text Example


Text Example

White with #B5CF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CF10; }

 p { color: rgb(181,207,16); }

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

background-color css

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

 a { background-color: rgb(181,207,16); }

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

border-color css

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

 span { border-color: rgb(181,207,16); }

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