Html Css Color HEX #BFCE17 Rio Grande

📋 copy color: '#BFCE17'

red 191 ◦ green 206 ◦ blue 23

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

Shades of Rio Grande #BFCE17

Tints of Rio Grande #BFCE17

RGB

 RED value IS 191 (75% from 255) = 45.48%

 GREEN value IS 206 (80.86% from 255) = 49.05%

 BLUE value IS 23 (9.38% from 255) = 5.48%

R = 45.48%
G = 49.05%
B = 5.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#BFCE17 (or 0xBFCE17) is known color: Rio Grande. HEX triplet: BF, CE and 17. RGB value is (191,206,23). Sum of RGB (Red+Green+Blue) = 191+206+23=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCE17 is #4031E8. Grayscale: #B5B5B5. Windows color (decimal): -4207081 or 1560255. OLE color: 1560255.

HSL color Cylindrical-coordinate representation of color #BFCE17: hue angle of 64.92º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFCE17 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 206 23 -
CMYK 0.07 0 0.89 0.19
HSL 64.92º 0.8% 0.45% -
HSV(B) 64.92º 0.89% 0.81% -
XYZ 43.71 55.28 9.18 -
YUV 180.65 39.03 135.38 -
System Red Green Blue C M Y K H S L
Decimal 191 206 23 0.07 0 0.89 0.19 64.92 0.8 0.45
Hex BF CE 17 7 0 59 13 41 50 2D
Octal 277 316 27 7 0 131 23 101 120 55
Binary 10111111 11001110 10111 111 0 1011001 10011 1000001 1010000 101101

Color Harmonies of #BFCE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE17

Black with #BFCE17

Text Example


Text Example

White with #BFCE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE17; }

 p { color: rgb(191,206,23); }

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

background-color css

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

 a { background-color: rgb(191,206,23); }

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

border-color css

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

 span { border-color: rgb(191,206,23); }

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