Html Css Color HEX #BFCE14 Rio Grande

📋 copy color: '#BFCE14'

red 191 ◦ green 206 ◦ blue 20

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

Shades of Rio Grande #BFCE14

Tints of Rio Grande #BFCE14

RGB

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

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

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

R = 45.8%
G = 49.4%
B = 4.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#BFCE14 (or 0xBFCE14) is known color: Rio Grande. HEX triplet: BF, CE and 14. RGB value is (191,206,20). Sum of RGB (Red+Green+Blue) = 191+206+20=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCE14 is #4031EB. Grayscale: #B5B5B5. Windows color (decimal): -4207084 or 1363647. OLE color: 1363647.

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

Color convert

RGB 191 206 20 -
CMYK 0.07 0 0.90 0.19
HSL 64.84º 0.82% 0.44% -
HSV(B) 64.84º 0.9% 0.81% -
XYZ 43.68 55.27 9.03 -
YUV 180.31 37.53 135.62 -
System Red Green Blue C M Y K H S L
Decimal 191 206 20 0.07 0 0.90 0.19 64.84 0.82 0.44
Hex BF CE 14 7 0 5A 13 41 52 2C
Octal 277 316 24 7 0 132 23 101 122 54
Binary 10111111 11001110 10100 111 0 1011010 10011 1000001 1010010 101100

Color Harmonies of #BFCE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE14

Black with #BFCE14

Text Example


Text Example

White with #BFCE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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