Html Css Color HEX #BFC527 Rio Grande

📋 copy color: '#BFC527'

red 191 ◦ green 197 ◦ blue 39

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

Shades of Rio Grande #BFC527

Tints of Rio Grande #BFC527

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.14%

 BLUE value IS 39 (15.63% from 255) = 9.13%

R = 44.73%
G = 46.14%
B = 9.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#BFC527 (or 0xBFC527) is known color: Rio Grande. HEX triplet: BF, C5 and 27. RGB value is (191,197,39). Sum of RGB (Red+Green+Blue) = 191+197+39=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC527 is #403AD8. Grayscale: #B1B1B1. Windows color (decimal): -4209369 or 2606527. OLE color: 2606527.

HSL color Cylindrical-coordinate representation of color #BFC527: hue angle of 62.28º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFC527 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 39 -
CMYK 0.03 0 0.80 0.23
HSL 62.28º 0.67% 0.46% -
HSV(B) 62.28º 0.8% 0.77% -
XYZ 41.82 51.16 9.59 -
YUV 177.19 50.01 137.85 -
System Red Green Blue C M Y K H S L
Decimal 191 197 39 0.03 0 0.80 0.23 62.28 0.67 0.46
Hex BF C5 27 3 0 50 17 3E 43 2E
Octal 277 305 47 3 0 120 27 76 103 56
Binary 10111111 11000101 100111 11 0 1010000 10111 111110 1000011 101110

Color Harmonies of #BFC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC527

Black with #BFC527

Text Example


Text Example

White with #BFC527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC527; }

 p { color: rgb(191,197,39); }

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

background-color css

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

 a { background-color: rgb(191,197,39); }

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

border-color css

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

 span { border-color: rgb(191,197,39); }

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