Html Css Color HEX #BFCE19 Rio Grande

📋 copy color: '#BFCE19'

red 191 ◦ green 206 ◦ blue 25

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

Shades of Rio Grande #BFCE19

Tints of Rio Grande #BFCE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.92%

R = 45.26%
G = 48.82%
B = 5.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#BFCE19 (or 0xBFCE19) is known color: Rio Grande. HEX triplet: BF, CE and 19. RGB value is (191,206,25). Sum of RGB (Red+Green+Blue) = 191+206+25=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCE19 is #4031E6. Grayscale: #B5B5B5. Windows color (decimal): -4207079 or 1691327. OLE color: 1691327.

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

Color convert

RGB 191 206 25 -
CMYK 0.07 0 0.88 0.19
HSL 64.97º 0.78% 0.45% -
HSV(B) 64.97º 0.88% 0.81% -
XYZ 43.73 55.29 9.29 -
YUV 180.88 40.03 135.22 -
System Red Green Blue C M Y K H S L
Decimal 191 206 25 0.07 0 0.88 0.19 64.97 0.78 0.45
Hex BF CE 19 7 0 58 13 41 4E 2D
Octal 277 316 31 7 0 130 23 101 116 55
Binary 10111111 11001110 11001 111 0 1011000 10011 1000001 1001110 101101

Color Harmonies of #BFCE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE19

Black with #BFCE19

Text Example


Text Example

White with #BFCE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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