Html Css Color HEX #B0CF14 Rio Grande

📋 copy color: '#B0CF14'

red 176 ◦ green 207 ◦ blue 20

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

Shades of Rio Grande #B0CF14

Tints of Rio Grande #B0CF14

RGB

 RED value IS 176 (69.14% from 255) = 43.67%

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

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 43.67%
G = 51.36%
B = 4.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#B0CF14 (or 0xB0CF14) is known color: Rio Grande. HEX triplet: B0, CF and 14. RGB value is (176,207,20). Sum of RGB (Red+Green+Blue) = 176+207+20=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CF14 is #4F30EB. Grayscale: #B1B1B1. Windows color (decimal): -5189868 or 1363888. OLE color: 1363888.

HSL color Cylindrical-coordinate representation of color #B0CF14: hue angle of 69.95º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0CF14 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 20 -
CMYK 0.15 0 0.90 0.19
HSL 69.95º 0.82% 0.45% -
HSV(B) 69.95º 0.9% 0.81% -
XYZ 40.34 53.91 8.94 -
YUV 176.41 39.73 127.71 -
System Red Green Blue C M Y K H S L
Decimal 176 207 20 0.15 0 0.90 0.19 69.95 0.82 0.45
Hex B0 CF 14 F 0 5A 13 46 52 2D
Octal 260 317 24 17 0 132 23 106 122 55
Binary 10110000 11001111 10100 1111 0 1011010 10011 1000110 1010010 101101

Color Harmonies of #B0CF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF14

Black with #B0CF14

Text Example


Text Example

White with #B0CF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF14; }

 p { color: rgb(176,207,20); }

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

background-color css

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

 a { background-color: rgb(176,207,20); }

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

border-color css

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

 span { border-color: rgb(176,207,20); }

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