Html Css Color HEX #B0CF27 Rio Grande

📋 copy color: '#B0CF27'

red 176 ◦ green 207 ◦ blue 39

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

Shades of Rio Grande #B0CF27

Tints of Rio Grande #B0CF27

RGB

 RED value IS 176 (69.14% from 255) = 41.71%

 GREEN value IS 207 (81.25% from 255) = 49.05%

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

R = 41.71%
G = 49.05%
B = 9.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#B0CF27 (or 0xB0CF27) is known color: Rio Grande. HEX triplet: B0, CF and 27. RGB value is (176,207,39). Sum of RGB (Red+Green+Blue) = 176+207+39=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CF27 is #4F30D8. Grayscale: #B3B3B3. Windows color (decimal): -5189849 or 2609072. OLE color: 2609072.

HSL color Cylindrical-coordinate representation of color #B0CF27: hue angle of 71.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0CF27 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 39 -
CMYK 0.15 0 0.81 0.19
HSL 71.07º 0.68% 0.48% -
HSV(B) 71.07º 0.81% 0.81% -
XYZ 40.58 54 10.2 -
YUV 178.58 49.23 126.16 -
System Red Green Blue C M Y K H S L
Decimal 176 207 39 0.15 0 0.81 0.19 71.07 0.68 0.48
Hex B0 CF 27 F 0 51 13 47 44 30
Octal 260 317 47 17 0 121 23 107 104 60
Binary 10110000 11001111 100111 1111 0 1010001 10011 1000111 1000100 110000

Color Harmonies of #B0CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF27

Black with #B0CF27

Text Example


Text Example

White with #B0CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF27; }

 p { color: rgb(176,207,39); }

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

background-color css

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

 a { background-color: rgb(176,207,39); }

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

border-color css

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

 span { border-color: rgb(176,207,39); }

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