Html Css Color HEX #BFCD19 Rio Grande

📋 copy color: '#BFCD19'

red 191 ◦ green 205 ◦ blue 25

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

Shades of Rio Grande #BFCD19

Tints of Rio Grande #BFCD19

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.69%

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

R = 45.37%
G = 48.69%
B = 5.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#BFCD19 (or 0xBFCD19) is known color: Rio Grande. HEX triplet: BF, CD and 19. RGB value is (191,205,25). Sum of RGB (Red+Green+Blue) = 191+205+25=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCD19 is #4032E6. Grayscale: #B5B5B5. Windows color (decimal): -4207335 or 1691071. OLE color: 1691071.

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

Color convert

RGB 191 205 25 -
CMYK 0.07 0 0.88 0.20
HSL 64.67º 0.78% 0.45% -
HSV(B) 64.67º 0.88% 0.8% -
XYZ 43.49 54.81 9.21 -
YUV 180.29 40.36 135.64 -
System Red Green Blue C M Y K H S L
Decimal 191 205 25 0.07 0 0.88 0.20 64.67 0.78 0.45
Hex BF CD 19 7 0 58 14 41 4E 2D
Octal 277 315 31 7 0 130 24 101 116 55
Binary 10111111 11001101 11001 111 0 1011000 10100 1000001 1001110 101101

Color Harmonies of #BFCD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD19

Black with #BFCD19

Text Example


Text Example

White with #BFCD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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